Authorizations
Body
application/json
List of website URLs to crawl
Example:
["string"]Data source identifier
Example:
"website"
Maximum number of pages to crawl
Example:
1
Maximum crawl depth
Example:
0
Time to wait for dynamic content to load (in seconds)
Example:
5
Apify actor used for crawling
Example:
"apify/website-content-crawler"
Type of crawler used
Example:
"cheerio"
Size of the chunks for text splitting
Example:
1000
Overlap between consecutive text chunks
Example:
100
Response
Website successfully parsed and documents returned
List of parsed documents
Example:
[]